Method TreeQuery<TProps>()
Create type-safe tree query by type (synchronous).
Supports hierarchical operators: WhereHasAncestor, WhereHasDescendant, WhereLevel, WhereRoots, WhereLeaves.
public IRedbQueryable<TProps> TreeQuery<TProps>() where TProps : class, new()